Activate a user's wallet
PATCH/api/v1/users/:userId/tenants/:tenantId/wallet/activate
Description
Activate a user's wallet.
Headers:
- Content-Type: application/json
- Authorization:
Bearer {{bearerToken}}
URL: /api/v1/users/:userId/tenants/:tenantId/wallet/activate
-
Path Parameters:
userId(Required): User IDtenantId(Required): Tenant ID
-
Response: The response is "OK" with a code of 200.
/api/v1/users/:userId/tenants/:tenantId/wallet/activate
🔑 Authentication bearer
| Param | value | Type |
|---|---|---|
| token | bearerToken | string |
Response: 200
LANGUAGE
CURL REQUEST
curl --request PATCH \
--url /api/v1/users/:userId/tenants/:tenantId/wallet/activate \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!